@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
ul{
    list-style: none;
}
ul li{
    float: left;
}
/*头*/
.top{
    width: 100%;
    background-color: #f3f3f3;
    color:#123881;
    font-size: 14px;
}
.header{
    margin-top: 20px;
    margin-bottom: 25px;
}
.nav_top{
    width: 100%;
    height: 45px;
    background-color:#123881 ;
}
.navbar{
    background-color:#123881 ;
    border: 0px;
    min-height: 45px!important;
}
.navbar-nav li{
    width: 126px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.navbar-nav li:hover{
    background-color: #FFFFFF;
    border-top: 3px solid #e3e3e3 ;
}
.navbar-nav li:hover a{
    color: #000000!important;
}
.navbar-nav a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF!important;
}
.yuyan{text-align: left; margin-top: 20px; padding-left: 0!important;}
/*footer*/
.footer{
    width: 100%;
    height: 245px;
    background-image: url("../images/footerbg.png");
    padding-top: 40px;
}
.footer .contact{
    font-size: 23px;
    color: #FFFFFF;
}
.banquan{
    width: 100%;
    height: 60px;
    background-color: #133981;
    color: #FFFFFF;
}
/*产品地址*/
.address{
    width: 100%;
    margin-bottom: 20px;
}
.address .container{
    height: 133px;
    /* background-color: #00baff;*/
}
.address .line_address{
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #8c8c8c;
}
.address .now_address{
    font-size: 35px;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .navbar-nav li{
        width: 100px;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
}
@media (max-width: 995px) {
    .navbar-nav li{
        width: 86px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 414px) {
    .header {
      margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 6px 10px;
        margin-top: 7px;
        margin-right: 15px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .footer_line1{
        width: 31px!important;
    }
    .footer_line2{
        width: 130px!important;
    }
    .ad-contact{
        font-size: 13px!important;
    }
    .banner {
        top: 26px;
    }
    .erweima img{
        width: 100px;
    }
}

